Html Css Color HEX #230C09 Seal Brown

📋 copy color: '#230C09'

red 35 ◦ green 12 ◦ blue 9

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

Shades of Seal Brown #230C09

Tints of Seal Brown #230C09

RGB

 RED value IS 35 (14.06% from 255) = 62.5%

 GREEN value IS 12 (5.08% from 255) = 21.43%

 BLUE value IS 9 (3.91% from 255) = 16.07%

R = 62.5%
G = 21.43%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.74

 K value IS 0.86

RGB Variations

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

Color information

#230C09 (or 0x230C09) is known color: Seal Brown. HEX triplet: 23, 0C and 09. RGB value is (35,12,9). Sum of RGB (Red+Green+Blue) = 35+12+9=56 (7% of max value = 765). Red value is 35 (14.06% from 255 or 62.5% from 56); Green value is 12 (5.08% from 255 or 21.43% from 56); Blue value is 9 (3.91% from 255 or 16.07% from 56); Max value from RGB is 35 - color contains mainly: red. Hex color #230C09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230C09 is #DCF3F6. Grayscale: #121212. Windows color (decimal): -14480375 or 592931. OLE color: 592931.

HSL color Cylindrical-coordinate representation of color #230C09: hue angle of 6.92º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #230C09 is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 12 9 -
CMYK 0 0.66 0.74 0.86
HSL 6.92º 0.59% 0.09% -
HSV(B) 6.92º 0.74% 0.14% -
XYZ 0.87 0.64 0.34 -
YUV 18.54 122.62 139.74 -
System Red Green Blue C M Y K H S L
Decimal 35 12 9 0 0.66 0.74 0.86 6.92 0.59 0.09
Hex 23 C 9 0 42 4A 56 7 3B 9
Octal 43 14 11 0 102 112 126 7 73 11
Binary 100011 1100 1001 0 1000010 1001010 1010110 111 111011 1001

Color Harmonies of #230C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230C09

Black with #230C09

Text Example


Text Example

White with #230C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230C09; }

 p { color: rgb(35,12,9); }

 H1.HeaderClassName
 {
   color: #230C09;
 }
 .AnyTagClassName
 {
   color: #230C09;
 }
</style>

background-color css

<style>
 a { background-color: #230C09; }

 a { background-color: rgb(35,12,9); }

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

border-color css

<style>
 span { border-color: #230C09; }

 span { border-color: rgb(35,12,9); }

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