Html Css Color HEX #9B420C Saddle Brown

📋 copy color: '#9B420C'

red 155 ◦ green 66 ◦ blue 12

#9B420C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle Brown #9B420C

Tints of Saddle Brown #9B420C

RGB

 RED value IS 155 (60.94% from 255) = 66.52%

 GREEN value IS 66 (26.17% from 255) = 28.33%

 BLUE value IS 12 (5.08% from 255) = 5.15%

R = 66.52%
G = 28.33%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.39

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9B420C (or 0x9B420C) is known color: Saddle Brown. HEX triplet: 9B, 42 and 0C. RGB value is (155,66,12). Sum of RGB (Red+Green+Blue) = 155+66+12=233 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.52% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 155 - color contains mainly: red. Hex color #9B420C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B420C is #64BDF3. Grayscale: #565656. Windows color (decimal): -6602228 or 803483. OLE color: 803483.

HSL color Cylindrical-coordinate representation of color #9B420C: hue angle of 22.66º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9B420C is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 66 12 -
CMYK 0 0.57 0.92 0.39
HSL 22.66º 0.86% 0.33% -
HSV(B) 22.66º 0.92% 0.61% -
XYZ 15.53 10.89 1.63 -
YUV 86.46 85.99 176.89 -
System Red Green Blue C M Y K H S L
Decimal 155 66 12 0 0.57 0.92 0.39 22.66 0.86 0.33
Hex 9B 42 C 0 39 5C 27 17 56 21
Octal 233 102 14 0 71 134 47 27 126 41
Binary 10011011 1000010 1100 0 111001 1011100 100111 10111 1010110 100001

Color Harmonies of #9B420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B420C

Black with #9B420C

Text Example


Text Example

White with #9B420C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B420C; }

 p { color: rgb(155,66,12); }

 H1.HeaderClassName
 {
   color: #9B420C;
 }
 .AnyTagClassName
 {
   color: #9B420C;
 }
</style>

background-color css

<style>
 a { background-color: #9B420C; }

 a { background-color: rgb(155,66,12); }

 div.DivClassName
 {
   background-color: #9B420C;
 }
 .BgClassName
 {
   background-color: #9B420C;
 }
</style>

border-color css

<style>
 span { border-color: #9B420C; }

 span { border-color: rgb(155,66,12); }

 td.TdClassName
 {
   border-color: #9B420C;
 }
 .TagClassName
 {
   border-color: #9B420C;
 }
</style>