Html Css Color HEX #230C04 Seal Brown

📋 copy color: '#230C04'

red 35 ◦ green 12 ◦ blue 4

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

Shades of Seal Brown #230C04

Tints of Seal Brown #230C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 7.84%

R = 68.63%
G = 23.53%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.86

RGB Variations

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

Color information

#230C04 (or 0x230C04) is known color: Seal Brown. HEX triplet: 23, 0C and 04. RGB value is (35,12,4). Sum of RGB (Red+Green+Blue) = 35+12+4=51 (6% of max value = 765). Red value is 35 (14.06% from 255 or 68.63% from 51); Green value is 12 (5.08% from 255 or 23.53% from 51); Blue value is 4 (1.95% from 255 or 7.84% from 51); Max value from RGB is 35 - color contains mainly: red. Hex color #230C04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230C04 is #DCF3FB. Grayscale: #121212. Windows color (decimal): -14480380 or 265251. OLE color: 265251.

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

Color convert

RGB 35 12 4 -
CMYK 0 0.66 0.89 0.86
HSL 15.48º 0.79% 0.08% -
HSV(B) 15.48º 0.89% 0.14% -
XYZ 0.85 0.63 0.19 -
YUV 17.97 120.12 140.15 -
System Red Green Blue C M Y K H S L
Decimal 35 12 4 0 0.66 0.89 0.86 15.48 0.79 0.08
Hex 23 C 4 0 42 59 56 F 4F 8
Octal 43 14 4 0 102 131 126 17 117 10
Binary 100011 1100 100 0 1000010 1011001 1010110 1111 1001111 1000

Color Harmonies of #230C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230C04

Black with #230C04

Text Example


Text Example

White with #230C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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