Html Css Color HEX #230802 Seal Brown

📋 copy color: '#230802'

red 35 ◦ green 8 ◦ blue 2

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

Shades of Seal Brown #230802

Tints of Seal Brown #230802

RGB

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

 GREEN value IS 8 (3.52% from 255) = 17.78%

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

R = 77.78%
G = 17.78%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.86

RGB Variations

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

Color information

#230802 (or 0x230802) is known color: Seal Brown. HEX triplet: 23, 08 and 02. RGB value is (35,8,2). Sum of RGB (Red+Green+Blue) = 35+8+2=45 (5% of max value = 765). Red value is 35 (14.06% from 255 or 77.78% from 45); Green value is 8 (3.52% from 255 or 17.78% from 45); Blue value is 2 (1.17% from 255 or 4.44% from 45); Max value from RGB is 35 - color contains mainly: red. Hex color #230802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230802 is #DCF7FD. Grayscale: #0F0F0F. Windows color (decimal): -14481406 or 133155. OLE color: 133155.

HSL color Cylindrical-coordinate representation of color #230802: hue angle of 10.91º 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 #230802 is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 8 2 -
CMYK 0 0.77 0.94 0.86
HSL 10.91º 0.89% 0.07% -
HSV(B) 10.91º 0.94% 0.14% -
XYZ 0.79 0.54 0.12 -
YUV 15.39 120.45 141.99 -
System Red Green Blue C M Y K H S L
Decimal 35 8 2 0 0.77 0.94 0.86 10.91 0.89 0.07
Hex 23 8 2 0 4D 5E 56 B 59 7
Octal 43 10 2 0 115 136 126 13 131 7
Binary 100011 1000 10 0 1001101 1011110 1010110 1011 1011001 111

Color Harmonies of #230802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230802

Black with #230802

Text Example


Text Example

White with #230802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230802; }

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

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

background-color css

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

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

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

border-color css

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

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

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