Html Css Color HEX #230402 Seal Brown

📋 copy color: '#230402'

red 35 ◦ green 4 ◦ blue 2

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

Shades of Seal Brown #230402

Tints of Seal Brown #230402

RGB

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

 GREEN value IS 4 (1.95% from 255) = 9.76%

 BLUE value IS 2 (1.17% from 255) = 4.88%

R = 85.37%
G = 9.76%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.86

RGB Variations

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

Color information

#230402 (or 0x230402) is known color: Seal Brown. HEX triplet: 23, 04 and 02. RGB value is (35,4,2). Sum of RGB (Red+Green+Blue) = 35+4+2=41 (5% of max value = 765). Red value is 35 (14.06% from 255 or 85.37% from 41); Green value is 4 (1.95% from 255 or 9.76% from 41); Blue value is 2 (1.17% from 255 or 4.88% from 41); Max value from RGB is 35 - color contains mainly: red. Hex color #230402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230402 is #DCFBFD. Grayscale: #0D0D0D. Windows color (decimal): -14482430 or 132131. OLE color: 132131.

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

Color convert

RGB 35 4 2 -
CMYK 0 0.89 0.94 0.86
HSL 3.64º 0.89% 0.07% -
HSV(B) 3.64º 0.94% 0.14% -
XYZ 0.75 0.45 0.1 -
YUV 13.04 121.77 143.66 -
System Red Green Blue C M Y K H S L
Decimal 35 4 2 0 0.89 0.94 0.86 3.64 0.89 0.07
Hex 23 4 2 0 59 5E 56 4 59 7
Octal 43 4 2 0 131 136 126 4 131 7
Binary 100011 100 10 0 1011001 1011110 1010110 100 1011001 111

Color Harmonies of #230402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230402

Black with #230402

Text Example


Text Example

White with #230402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230402; }

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

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

background-color css

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

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

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

border-color css

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

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

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