Html Css Color HEX #230C08 Seal Brown

📋 copy color: '#230C08'

red 35 ◦ green 12 ◦ blue 8

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

Shades of Seal Brown #230C08

Tints of Seal Brown #230C08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 14.55%

R = 63.64%
G = 21.82%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.77

 K value IS 0.86

RGB Variations

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

Color information

#230C08 (or 0x230C08) is known color: Seal Brown. HEX triplet: 23, 0C and 08. RGB value is (35,12,8). Sum of RGB (Red+Green+Blue) = 35+12+8=55 (7% of max value = 765). Red value is 35 (14.06% from 255 or 63.64% from 55); Green value is 12 (5.08% from 255 or 21.82% from 55); Blue value is 8 (3.52% from 255 or 14.55% from 55); Max value from RGB is 35 - color contains mainly: red. Hex color #230C08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230C08 is #DCF3F7. Grayscale: #121212. Windows color (decimal): -14480376 or 527395. OLE color: 527395.

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

Color convert

RGB 35 12 8 -
CMYK 0 0.66 0.77 0.86
HSL 8.89º 0.63% 0.08% -
HSV(B) 8.89º 0.77% 0.14% -
XYZ 0.87 0.64 0.31 -
YUV 18.42 122.12 139.83 -
System Red Green Blue C M Y K H S L
Decimal 35 12 8 0 0.66 0.77 0.86 8.89 0.63 0.08
Hex 23 C 8 0 42 4D 56 9 3F 8
Octal 43 14 10 0 102 115 126 11 77 10
Binary 100011 1100 1000 0 1000010 1001101 1010110 1001 111111 1000

Color Harmonies of #230C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230C08

Black with #230C08

Text Example


Text Example

White with #230C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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