Html Css Color HEX #98430C Saddle Brown

📋 copy color: '#98430C'

red 152 ◦ green 67 ◦ blue 12

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

Shades of Saddle Brown #98430C

Tints of Saddle Brown #98430C

RGB

 RED value IS 152 (59.77% from 255) = 65.8%

 GREEN value IS 67 (26.56% from 255) = 29%

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

R = 65.8%
G = 29%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#98430C (or 0x98430C) is known color: Saddle Brown. HEX triplet: 98, 43 and 0C. RGB value is (152,67,12). Sum of RGB (Red+Green+Blue) = 152+67+12=231 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.80% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 12 (5.08% from 255 or 5.19% from 231); Max value from RGB is 152 - color contains mainly: red. Hex color #98430C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98430C is #67BCF3. Grayscale: #565656. Windows color (decimal): -6798580 or 803736. OLE color: 803736.

HSL color Cylindrical-coordinate representation of color #98430C: hue angle of 23.57º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #98430C is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 67 12 -
CMYK 0 0.56 0.92 0.40
HSL 23.57º 0.85% 0.32% -
HSV(B) 23.57º 0.92% 0.6% -
XYZ 15.02 10.72 1.62 -
YUV 86.15 86.16 174.97 -
System Red Green Blue C M Y K H S L
Decimal 152 67 12 0 0.56 0.92 0.40 23.57 0.85 0.32
Hex 98 43 C 0 38 5C 28 18 55 20
Octal 230 103 14 0 70 134 50 30 125 40
Binary 10011000 1000011 1100 0 111000 1011100 101000 11000 1010101 100000

Color Harmonies of #98430C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98430C

Black with #98430C

Text Example


Text Example

White with #98430C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98430C; }

 p { color: rgb(152,67,12); }

 H1.HeaderClassName
 {
   color: #98430C;
 }
 .AnyTagClassName
 {
   color: #98430C;
 }
</style>

background-color css

<style>
 a { background-color: #98430C; }

 a { background-color: rgb(152,67,12); }

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

border-color css

<style>
 span { border-color: #98430C; }

 span { border-color: rgb(152,67,12); }

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