Html Css Color HEX #230D06 Seal Brown

📋 copy color: '#230D06'

red 35 ◦ green 13 ◦ blue 6

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

Shades of Seal Brown #230D06

Tints of Seal Brown #230D06

RGB

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

 GREEN value IS 13 (5.47% from 255) = 24.07%

 BLUE value IS 6 (2.73% from 255) = 11.11%

R = 64.81%
G = 24.07%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.83

 K value IS 0.86

RGB Variations

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

Color information

#230D06 (or 0x230D06) is known color: Seal Brown. HEX triplet: 23, 0D and 06. RGB value is (35,13,6). Sum of RGB (Red+Green+Blue) = 35+13+6=54 (7% of max value = 765). Red value is 35 (14.06% from 255 or 64.81% from 54); Green value is 13 (5.47% from 255 or 24.07% from 54); Blue value is 6 (2.73% from 255 or 11.11% from 54); Max value from RGB is 35 - color contains mainly: red. Hex color #230D06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230D06 is #DCF2F9. Grayscale: #121212. Windows color (decimal): -14480122 or 396579. OLE color: 396579.

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

Color convert

RGB 35 13 6 -
CMYK 0 0.63 0.83 0.86
HSL 14.48º 0.71% 0.08% -
HSV(B) 14.48º 0.83% 0.14% -
XYZ 0.87 0.66 0.25 -
YUV 18.78 120.79 139.57 -
System Red Green Blue C M Y K H S L
Decimal 35 13 6 0 0.63 0.83 0.86 14.48 0.71 0.08
Hex 23 D 6 0 3F 53 56 E 47 8
Octal 43 15 6 0 77 123 126 16 107 10
Binary 100011 1101 110 0 111111 1010011 1010110 1110 1000111 1000

Color Harmonies of #230D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230D06

Black with #230D06

Text Example


Text Example

White with #230D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,13,6); }

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

background-color css

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

 a { background-color: rgb(35,13,6); }

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

border-color css

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

 span { border-color: rgb(35,13,6); }

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