Html Css Color HEX #230D07 Seal Brown

📋 copy color: '#230D07'

red 35 ◦ green 13 ◦ blue 7

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

Shades of Seal Brown #230D07

Tints of Seal Brown #230D07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 12.73%

R = 63.64%
G = 23.64%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.80

 K value IS 0.86

RGB Variations

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

Color information

#230D07 (or 0x230D07) is known color: Seal Brown. HEX triplet: 23, 0D and 07. RGB value is (35,13,7). Sum of RGB (Red+Green+Blue) = 35+13+7=55 (7% of max value = 765). Red value is 35 (14.06% from 255 or 63.64% from 55); Green value is 13 (5.47% from 255 or 23.64% from 55); Blue value is 7 (3.12% from 255 or 12.73% from 55); Max value from RGB is 35 - color contains mainly: red. Hex color #230D07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230D07 is #DCF2F8. Grayscale: #121212. Windows color (decimal): -14480121 or 462115. OLE color: 462115.

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

Color convert

RGB 35 13 7 -
CMYK 0 0.63 0.80 0.86
HSL 12.86º 0.67% 0.08% -
HSV(B) 12.86º 0.8% 0.14% -
XYZ 0.88 0.66 0.28 -
YUV 18.89 121.29 139.49 -
System Red Green Blue C M Y K H S L
Decimal 35 13 7 0 0.63 0.80 0.86 12.86 0.67 0.08
Hex 23 D 7 0 3F 50 56 D 43 8
Octal 43 15 7 0 77 120 126 15 103 10
Binary 100011 1101 111 0 111111 1010000 1010110 1101 1000011 1000

Color Harmonies of #230D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230D07

Black with #230D07

Text Example


Text Example

White with #230D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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